home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODFDev / ODF / Found / FWString / FWABndSt.cpp next >
Encoding:
Text File  |  1996-12-16  |  1.5 KB  |  42 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWABndSt.cpp
  4. //    Release Version:    $ ODF 3 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9. //     We separate the archiving functions into their own translation units in order to
  10. //     enable dead-stripping.
  11. //
  12. //    See FWBndStr.h for more information.
  13.  
  14.  
  15. #include "FWFound.hpp"
  16.  
  17. #ifndef FWBNDSTR_H
  18. #include "FWBndStr.h"
  19. #endif
  20.  
  21. //========================================================================================
  22. // File scope definitions
  23. //========================================================================================
  24.  
  25. #ifdef FW_BUILD_MAC
  26. #pragma segment Strings
  27. #endif
  28.  
  29. //========================================================================================
  30. //    CLASS FW_CString32
  31. //========================================================================================
  32.  
  33. const FW_ClassTypeConstant FW_LString32 = FW_TYPE_CONSTANT('s','t','3','2');
  34. FW_REGISTER_PREV_VERSION_ARCHIVABLE_CLASS(FW_LString32, FW_CString::Read, 0, 0)
  35.  
  36. //========================================================================================
  37. //    CLASS FW_CString255
  38. //========================================================================================
  39.  
  40. const FW_ClassTypeConstant FW_LString255 = FW_TYPE_CONSTANT('s','t','2','5');
  41. FW_REGISTER_PREV_VERSION_ARCHIVABLE_CLASS(FW_LString255, FW_CString::Read, 0, 0)
  42.